Definition Type: ComplexType
Name: MeldedatenType
Namespace: http://www.bewohnervertretung.at/EdiAufhebung
Containing Schema: EdiAufhebung.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Aufhebungsdatum Drilldown into AufhebungsgrundXSD Diagram of MeldedatenType
Collapse XSD Schema Code:
<xs:complexType name="MeldedatenType">
    <xs:attribute name="Aufhebungsgrund" use="required">
        <xs:annotation>
            <xs:documentation xml:lang="de-at">
          Der Aufhebungsgrund der Meldung
          ALT = Einsatz von Alternativen
          WEG = Wegfall der Gefährdung
          UEB = Innerhalb der Einrichtung übersiedelt
          ZUG = Entlassen/Verzogen
          TOT = Verstorben
          AND = Sonstiges
        </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
            <xs:restriction base="xs:string">
                <xs:enumeration value="ALT" />
                <xs:enumeration value="WEG" />
                <xs:enumeration value="UEB" />
                <xs:enumeration value="ZUG" />
                <xs:enumeration value="TOT" />
                <xs:enumeration value="AND" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="Aufhebungsdatum" type="xs:dateTime" use="required">
        <xs:annotation>
            <xs:documentation xml:lang="de-at">
          Das Datum ab wann die Maßnahmen/Beschränkungen aufgehoben wurden.
          Format: yyyy-MM-ddThh:mm:ss
          Beispiel: 2010-04-17T18:15:00
        </xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
Aufhebungsgrund mstns:Aufhebungsgrund Required
Aufhebungsdatum mstns:Aufhebungsdatum Required
Collapse Derivation Tree:
Collapse References:
mstns:Meldedaten